!rtimspoolcache

Displays chunk information within the pool cache of an internal memory allocation space (MSpace) of a process. For each segment, the command shows chunk range and free or used information.

Syntax

!rtimspoolcache <process> 

Parameters

process

RTSS process object address.

Remarks

For a glossary of common terms found in command output, see RTX64 WinDbg Extension Commands Glossary.

This command is supported for:

Requirements

Minimum Supported Version RTX64 4.0

Examples

!rtimspoolcache 0xffffcf0ab70e0010

Process 0xffffcf0ab70e0010 Internal MSpace Pool Cache:

Start address         End address           Size (bytes)  Type
0xffffcf0ab7321000    0xffffcf0ab7331000    0x00010000    Segment
0xffffcf0ab7321000    0xffffcf0ab7321020    0x00000020    Used
0xffffcf0ab7321020    0xffffcf0ab7321040    0x00000020    Used
0xffffcf0ab7321040    0xffffcf0ab7321060    0x00000020    Used
0xffffcf0ab7321060    0xffffcf0ab7321080    0x00000020    Used
0xffffcf0ab7321080    0xffffcf0ab7321100    0x00000080    Used
0xffffcf0ab7321100    0xffffcf0ab7321150    0x00000050    Used
0xffffcf0ab7321150    0xffffcf0ab7329160    0x00008010    Used
0xffffcf0ab7329160    0xffffcf0ab7329490    0x00000330    Used
0xffffcf0ab7329490    0xffffcf0ab7329560    0x000000d0    Used
0xffffcf0ab7329560    0xffffcf0ab7329770    0x00000210    Used
0xffffcf0ab7329770    0xffffcf0ab7331000    0x00007890    Free (at top)

Free pool cache (bytes):                0x0000000000007890
Used pool cache (bytes):                0x0000000000008770
Largest contiguous free block (bytes):  0x0000000000007890
Free blocks in pool cache:              0x0000000000000001

Related topics: